
.right-btn {
    right: 0;
}



.right-btn,
.left-btn {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    width: 20px;
    position: absolute;
}

.left-btn::before {
    content: "<";
}

.left-btn::before,
.right-btn::before {
    font-family: simsun;
    font-weight: 900;
}

.right-btn::before {
    content: ">";
}

.swiper-slide {
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}

.probg {
    /* height: 115px;
    position: relative;
    max-width: 115px; */
    box-sizing: border-box;
    margin: auto;
}
.probg img{
    width: 115px;
    height: 115px;
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}

.rest-btn {
    background: #2491e2 !important;
}


